home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / elk-2_0.lha / elk-2.0 / lib / xm / drawn-button.d < prev    next >
Encoding:
Text File  |  1989-10-12  |  392 b   |  12 lines

  1. ;;; -*-Scheme-*-
  2.  
  3. (define-widget-type 'drawnbutton "DrawnB.h")
  4.  
  5. (define-widget-class 'drawn-button 'xmDrawnButtonWidgetClass)
  6.  
  7. (define-callback 'drawn-button 'activateCallback #t)
  8. (define-callback 'drawn-button 'armCallback      #t)
  9. (define-callback 'drawn-button 'disarmCallback   #t)
  10. (define-callback 'drawn-button 'exposeCallback   #t)
  11. (define-callback 'drawn-button 'resizeCallback   #t)
  12.